2010-07-01 Mark A. Hershberger <mah@everybody.org>
authorMark A. Hershberger <mah@everybody.org>
Thu, 1 Jul 2010 18:02:43 +0000 (14:02 -0400)
committerMark A. Hershberger <mah@everybody.org>
Thu, 1 Jul 2010 18:02:43 +0000 (14:02 -0400)
commit63868cadba51e920c5b4abf184896cbd8208e5b2
tree498582d20448af84e30967c0cc4e6c14454e1ff3
parent3794ff167c144f04c28371e304bfa249c9dff251
2010-07-01  Mark A. Hershberger  <mah@everybody.org>

  * url-http.el (url-http-create-request): Add a CRLF on the end so
  that POSTs with content to https urls work. See
  <https://bugs.launchpad.net/mediawiki-el/+bug/540759>

Prior to this, the following request would not terminate:

(let ((url-request-method "POST")
             (url-request-data "action=login"))
         (url-retrieve-synchronously "https://example.org/wiki/api.php"))
lisp/url/ChangeLog
lisp/url/url-http.el